Prefix Vector specific ids (head-base|page-base|head|panel) with mw- per bug 23597.
[lhc/web/wiklou.git] / skins / common / wikibits.js
index 97e917a..94d1b2a 100644 (file)
@@ -247,7 +247,7 @@ function updateTooltipAccessKeys( nodeList ) {
                // optimization technique.
                var linkContainers = [
                        'column-one', // Monobook and Modern
-                       'head', 'panel', 'p-logo' // Vector
+                       'mw-head', 'mw-panel', 'p-logo' // Vector
                ];
                for ( var i in linkContainers ) {
                        var linkContainer = document.getElementById( linkContainers[i] );